home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00205_Script_205 < prev    next >
Text File  |  2001-04-13  |  213b  |  14 lines

  1.  
  2.  
  3. on exitFrame
  4.   checkifmovieplaying
  5.   repeat with x in[5,6,20,21,22,23,24,25,26,27,28,29,30]
  6.     if rollover(x) then
  7.       roll x
  8.     else
  9.       unroll x
  10.     end if
  11.   end repeat
  12.   
  13.   go the frame
  14. end